Make the docs of GKT_SELECTION_MULTIPLE more accurate by making them more
authorMatthias Clasen <mclasen@redhat.com>
Thu, 7 Apr 2005 14:39:28 +0000 (14:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 7 Apr 2005 14:39:28 +0000 (14:39 +0000)
2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkenums.sgml: Make the docs of GKT_SELECTION_MULTIPLE
more accurate by making them more vague.  (#167088,
Ken Siersma)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkenums.sgml

index f76dfd2dcb5a88666c48b611493e150df68c6fc9..f58d68a525ac99a9fa25bb36bcaa2b48782e1a58 100644 (file)
@@ -1,5 +1,9 @@
 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkenums.sgml: Make the docs of GKT_SELECTION_MULTIPLE
+       more accurate by making them more vague.  (#167088,
+       Ken Siersma)
+
        * gtk/question_index.sgml: Add a question about hiding
        tree view expanders.
 
index b8ff1996a0991574cd59b00230f193e3247ee5cd..df1f65e179424d6fe6bb018abe650915f8a61b98 100644 (file)
@@ -344,9 +344,9 @@ Used to control what selections users are allowed to make.
   another element.
 @GTK_SELECTION_MULTIPLE: Any number of elements may be selected. 
    Clicks toggle the state of an item. Any number of elements may be selected. 
-   Click-drag selects a range of elements; the Ctrl key may be used to enlarge 
-   the selection, and Shift key to select between the focus and the child 
-   pointed to.
+   The Ctrl key may be used to enlarge the selection, and Shift key to select 
+   between the focus and the child pointed to. Some widgets may also allow
+   Click-drag to select a range of elements.
 @GTK_SELECTION_EXTENDED: Deprecated, behaves identical to %GTK_SELECTION_MULTIPLE.
 
 <!-- ##### ENUM GtkShadowType ##### -->